Skip to content

Update MSRV to 1.77.0#8796

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:update-msrv
Jun 13, 2024
Merged

Update MSRV to 1.77.0#8796
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:update-msrv

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This accompanies today's release of Rust 1.79.0. This means that CI will now use the latest stable of 1.79.0 for testing primarily. Additionally this updates the pinned nightly commit used for testing to today's nightly and fixes a few warnings that uncovered. I plan on having a follow-up that leverages some new APIs and features in 1.77.0.

This accompanies today's release of Rust 1.79.0. This means that CI will
now use the latest stable of 1.79.0 for testing primarily. Additionally
this updates the pinned nightly commit used for testing to today's
nightly and fixes a few warnings that uncovered. I plan on having a
follow-up that leverages some new APIs and features in 1.77.0.
@alexcrichton alexcrichton requested review from a team as code owners June 13, 2024 19:49
@alexcrichton alexcrichton requested review from abrown and elliottt and removed request for a team June 13, 2024 19:49
if cfg!(all(target_os = "macos", target_arch = "aarch64")) {
assert_eq!(isa.default_call_conv(), CallConv::AppleAarch64);
} else if cfg!(any(unix, target_os = "nebulet")) {
} else if cfg!(unix) {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is because rustc now warns that target_os = "nebulet" doesn't exist. I think that means the target was probably removed here. I don't know what nebulet is myself, though, so I'm just obeying rustc.

@alexcrichton alexcrichton added this pull request to the merge queue Jun 13, 2024
Merged via the queue into bytecodealliance:main with commit aaaac99 Jun 13, 2024
@alexcrichton alexcrichton deleted the update-msrv branch June 13, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants